@charset "utf-8";
/* CSS Document */

.footer {
    background-color: #efefef;
    padding: 10px 0;
    min-width: 1240px;
}

.footerContent {
    float: left;
}

.footerNav {
    overflow: hidden;
}

.footerNav li {
    float: left;
    font-size: 14px;
    line-height: 46px;
    color: #3e3e3e;
    /* font-weight: bold; */
    margin-right: 30px;
}

.footerNav li a {
    color: #696969;
}

.link {
    font-size: 12px;
    line-height: 28px;
    color: #878787;
}

.link dl {
    position: relative;
    padding-left: 60px;
    overflow: hidden;
}

.link dt {
    position: absolute;
    left: 0;
    top: 0;
}

.link dd {
    float: left;
    margin-right: 20px;
}

.link dd a {
    color: #878787;
}

.link p {

}

.link p span {
    margin-left: 20px;
}

.contact {
    float: right;
}

.contact dt {
    font-size: 14px;
    line-height: 82px;
    color: #65686f;
    padding-left: 35px;
    background: url(../../images/customerService.png) no-repeat left;
}

.contact dd {
    font-size: 12px;
    line-height: 28px;
    color: #65686f;
    padding-left: 35px;
}

.contact dd span {
    display: inline-block;
    float: left;
    width: 20px;
    height: 24px;
    /*background: url(../../images/contact.png) no-repeat left 2px;*/
    margin-right: 5px;
}

.contact dd.name {
    background: url(../../images/name.png) no-repeat 6px;
}

.contact dd.tel {
    background: url(../../images/tel.png) no-repeat 6px;
}

.contact dd.email {
    background: url(../../images/email.png) no-repeat 6px;
}

.mask {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.4);
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#44000000, endColorstr=#44000000);
}

.login {
    display: none;
    width: 650px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
    /*padding-top: 12px;*/
}

.supplementUserData {
    display: none;
    width: 650px;
    height: 320px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
    /*padding-top: 12px;*/
}

/* .login:before, .register:before, .binduser:before, .forgotPassword:before {
	content: "";
	display: block;
	height: 12px;
	background-color: #019EE7;
} */

.bt {
    height: 12px;
    background-color: #019ee7;
}

.loginContent {
    padding: 0 130px;
}

.loginContent h2, .bombBoxContent h2, .forgotPassword h2 {
    font-size: 20px;
    line-height: 72px;
    color: #019EE7;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 3px;
    /*border: 1px solid red;*/
}

.user, .password {
    height: 40px;
    border-radius: 3px;
    border: 1px solid #D2D1D1;
    background: #F2F2F2 no-repeat 12px;
    padding-left: 48px;
    margin-bottom: 20px;
}

.user {
    background-image: url(../../img/user.png);
}

.password {
    background-image: url(../../img/password.png);
}

.loginContent p input {
    border: none;
    width: 260px;
    height: 38px;
    background: none;
    line-height: 38px;
}

.loginContent p a {
    /* float: right; */
    font-size: 12px;
    line-height: 38px;
    color: #019EE7;
    margin-right: 18px;
}

/* .loginContent p:after {
	content: ".";
	width: 0;
	height: 0;
	visibility: hidden;
	clear: both;
} */

.validate {
    overflow: hidden;
    margin-bottom: 20px;
}

.validate input {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    text-align: center;
    border-radius: 3px;
    margin-right: 20px;
    line-height: 38px;
}

.validate span {
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    margin-right: 10px;
}

.validate span img {
    width: 100px;
    height: 40px;
}

.validate a {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 40px;
    color: #019EE7;
}

.remember {
    position: relative;
    padding-left: 28px;
    /* margin-bottom: 15px; */
    height: 20px;
    clear: both;
}

.remember input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    visibility: hidden;
}

.remember input + label {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../../img/checkbox.png) no-repeat left;
}

.remember input:checked + label {
    background: url(../../img/checked.png) no-repeat left;
}

.remember label {
    font-size: 12px;
    line-height: 28px;
    color: #696969;
}

.remember a {
    font-size: 12px;
    line-height: 20px;
    color: #019EE7;
    float: right;
    margin-right: 18px;
}

.loginSubmit {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 5px;
    border: none;
    background: #019EE7;
    border-radius: 3px;
    cursor: pointer;
}

.errorMessage {
    color: red;
    margin-bottom: 10px;
}

.userIP {
    font-size: 12px;
    line-height: 34px;
    color: #AAAAAA;
    text-align: center;
    margin-bottom: 0;
    padding-left: 0;
}

.thirdParty {
    text-align: center;
    margin-top: 20px;
}

.thirdParty p {
    display: inline-block;
    width: 76px;
    height: 5px;
    border-top: 1px solid #868686;
}

.thirdParty span {
    display: inline-block;
    margin: 0 18px;
    font-size: 12px;
    line-height: 32px;
    color: #868686;
    text-align: center;
}

.account {
    margin-top: 10px;
}

.account a {
    margin: 0 12px;
}

.loginClose {
    position: absolute;
    top: -13px;
    right: -13px;
    cursor: pointer;
}

/* 注册 */
.register {
    display: none;
    width: 650px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
    /*padding-top: 12px;*/
    border: 1px solid #969696;
}

.bombBoxContent {
    padding: 0;
}

.bombBoxContent div {
    position: relative;
    padding: 0 190px 0 138px;
    margin-bottom: 15px;
}

.bombBoxContent div label {
    width: 130px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 40px;
    color: #464646;
    text-align: right;
}

.bombBoxContent div label sup {
    font-size: 16px;
    color: #FF6600;
}

.bombBoxContent div span {
    display: block;
    width: 180px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    color: #FF6600;
    text-align: left;
}

.bombBoxContent div dl {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    height: 40px;
    position: relative;
    padding-left: 48px;
}

.bombBoxContent div dt {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bombBoxContent div dd {
    width: 100%;
    height: 100%;
}

.bombBoxContent div dd input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 38px;
    color: #464646;
}

.bombBoxContent .userName dt {
    background: url(../../img/user.png) no-repeat center;
}

.bombBoxContent .password1 dt, .password2 dt {
    background: url(../../img/password.png) no-repeat center;
}

.bombBoxContent .telNumber dt {
    background: url(../../img/mobile.png) no-repeat center;
}

.bombBoxContent .mobileCode {
    margin-bottom: 15px;
}

.bombBoxContent .mobileCode input {
    width: 112px;
    height: 40px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
}

.bombBoxContent .mobileCodeText {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    color: #696969;
}

.bombBoxContent .mobileCodeBtn {
    background-color: #D7D7D7;
    border: 1px solid #B1B1B1;
    color: #464646;
    cursor: pointer;
}

.bombBoxContent .isAgree {
    margin-bottom: 0px;
}

.bombBoxContent div.isAgree div {
    padding: 0;
    padding-left: 22px;
    position: relative;
    margin-bottom: 0px;
}

.bombBoxContent div.isAgree label {
    position: static;
    width: auto;
    font-size: 12px;
    line-height: 40px;
    color: #AAAAAA;
}

.bombBoxContent div.isAgree label a {
    color: #019EE7;
}

.bombBoxContent .isAgree input {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
    visibility: hidden;
    visibility: visible \9;
+ top: 0;
}

.bombBoxContent div.isAgree input + label {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 12px;
    left: 0;
    background: url(../../img/checkbox.png) no-repeat left;
    background: none \9;
+ top: 0;
}

.bombBoxContent div.isAgree input:checked + label {
    background: url(../../img/checked.png) no-repeat left;
}

.bombBoxContent .registerSubmit {
    width: 100%;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.binduser {
    display: none;
    width: 650px;
    height: 300px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -150px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
    /*padding-top: 12px;*/
}

.binduser .registerSubmit {
    width: 120px;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
}

.berrorMessage {
    color: red;
    margin-bottom: 10px;
}

/* 忘记密码 */
.forgotPassword {
    display: none;
    width: 650px;
    height: 520px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -260px;
    margin-left: -325px;
    background-color: #FFFFFF;
    z-index: 10001;
}

.forgotBoxContent {
    padding: 0;
}

.forgotBoxContent div {
    position: relative;
    padding: 0 164px;
    margin-bottom: 15px;
}

.forgotBoxContent div label {
    width: 150px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 14px;
    line-height: 40px;
    color: #464646;
    text-align: right;
}

.forgotBoxContent div label sup {
    font-size: 16px;
    color: #FF6600;
}

.forgotBoxContent div span {
    display: block;
    width: 190px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    line-height: 40px;
    color: #FF6600;
    text-align: left;
    padding-left: 10px;
}

.forgotBoxContent div dl {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    border-radius: 3px;
    height: 40px;
    position: relative;
    padding-left: 48px;
}

.forgotBoxContent div dt {
    width: 44px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.forgotBoxContent div dd {
    width: 100%;
    height: 100%;
}

.forgotBoxContent div dd input {
    width: 100%;
    height: 38px;
    border: none;
    background: none;
    font-size: 12px;
    line-height: 38px;
    color: #464646;
}

.forgotBoxContent .userName dt {
    background: url(../../img/user.png) no-repeat center;
}

.forgotBoxContent .password1 dt, .password2 dt {
    background: url(../../img/password.png) no-repeat center;
}

.forgotBoxContent .telNumber dt {
    background: url(../../img/mobile.png) no-repeat center;
}

.forgotBoxContent .mobileCode {
    margin-bottom: 15px;
}

.forgotBoxContent .mobileCode input {
    width: 112px;
    height: 40px;
    border-radius: 3px;
    font-size: 12px;
    line-height: 38px;
    text-align: center;
    margin-right: 20px;
}

.forgotBoxContent .mobileCodeText {
    background-color: #F2F2F2;
    border: 1px solid #D2D1D1;
    color: #696969;
}

.forgotBoxContent .mobileCodeBtn {
    background-color: #D7D7D7;
    border: 1px solid #B1B1B1;
    color: #464646;
    cursor: pointer;
}

.forgotBoxContent .registerSubmit {
    width: 100%;
    height: 40px;
    background-color: #019EE7;
    border: none;
    border-radius: 3px;
    font-size: 18px;
    line-height: 40px;
    color: #FFFFFF;
    cursor: pointer;
    margin-top: 16px;
}

.ferrorMessage {
    color: red;
    margin-bottom: 10px;
}

/*******  改版后样式  *******/
/*  footer  */
.footer {
    background: #10449D !important;
    padding: 60px 0 !important;
}

.footerContent {
    float: none;
    position: relative;
    text-align: center;
}

.footer .link,
.footerNav li {
    line-height: 24px;
}

.footerNav {
    margin-bottom: 7px;
}

.footerNav li a {
    font-size: 16px;
    font-weight: bold;
}
.link dl{
    margin-top: 10px;
    padding: 0;
}
.footerNav li a,
.link dd a,
.link dt,
.link dd {
    float: none;
    position: relative;
    margin: 0 2px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    font-weight: 100;
    color: #fff !important;
}

.footer-follow {
    float: right;
    width: 440px;
    line-height: 24px;
}

.footer-follow .follow-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.footer-follow .follow-codes {
    margin-top: 12px;
    overflow: hidden;
}

.footer-follow .follow-codes li {
    float: left;
    margin-right: 10px;
    width: 100px;
}

.footer-follow .follow-codes li:last-child {
    margin: 0;
}

.footer-follow .follow-codes li img {
    width: 100%;
}

.footer-follow .follow-codes .follow-code-type {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

@media only screen and (max-width: 1200px) and (min-width: 768px) {
}

@media (max-width: 767px) {
    .footerContent {
        margin: 0;
        width: auto;
        border: none;
    }

    .footerContent:after {
        display: none;
    }

    .footerNav li a {
        font-size: 12px;
    }

    .footer-follow {
        display: none;
    }
    .footer{
        padding: 20px 0 !important;
    }
}
